Q3RotateAboutAxisTransform_SetAngle
You can use theQ3RotateAboutAxisTransform_SetAngle
function to set the angle of a rotate-about-axis transform.
TQ3Status Q3RotateAboutAxisTransform_SetAngle ( TQ3TransformObject transform, float radians);
transform
- A rotate-about-axis transform.
radians
- The desired angle, in radians, of the specified rotate-about-axis transform.
DESCRIPTION
TheQ3RotateAboutAxisTransform_SetAngle
function sets the angle of rotation for the rotate-about-axis transform specified by thetransform
parameter to the value passed in theradians
parameter.